home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / Katabounga demo / Katabounga / Katabounga US 2.08 / Katabounga US 2.08.rsrc / TEXT_148_SlideObject.txt < prev    next >
Text File  |  1998-12-16  |  553b  |  12 lines

  1. SlideObject Object,H_Pixels,V_Pixels,Number_of_Steps
  2.  
  3. This instruction allows an object to be displaced.  The specific location to where object is to be moved is brokendown to the H destination and the V destination, both are in pixels.
  4.  
  5. Number_of_Steps indicates the number of intermediary positions that the object must take before arriving at its destination.
  6. The greater the number of steps the longer the displacement time. 
  7.  
  8.  
  9. SlideObject MySelf,100*(Toto/10),100,10
  10. SlideObject MySelf,MouseH,MouseV,5
  11. SlideObject Object,Object.Right,Object.Top,10
  12.